home *** CD-ROM | disk | FTP | other *** search
- Copyright (c) Sue Cunningham
-
- spiral = sphere 2 stack 40 in 5% bend 270 grow 0.8;
- spiral2 = sphere stack 40 in 20% bend 2*360;
- spiral3 = sphere stack 40 in 12% bend 5*180;
- ss = sphere 4 stack 40 in 10% bend 80 twist 2*360,1;
- ss1=sphere 0.5 stack 40 in 10% bend 360 twist 180,2;
- ss2 = ss1 fan 8, 180;
- ss3 = sphere stack 40 in 20% bend 20 twist 3*360,1;
- ss4 = sphere stack 300 in 10% bend 20 twist 4*360,1;
- spiral1 = spiral, ss2;
- messy_web1 = ss web 6 with spiral1 1 hole 2;
- messy_web2 = ss3 web 6 with spiral2 2;
- messy_web3 = ss4 web 8 with spiral3 3 ;
- messy_web3;
- end;
-